home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / rocketbi.swf / scripts / DefineButton2_363 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-03-26  |  220 b   |  8 lines

  1. on(press){
  2.    _root.setscreen("store");
  3.    _root.bikers[_root.human] = _root.models[_root.human] = _name;
  4.    _root.stars[_root.human] = 100;
  5.    _root.mystars = "x" + _root.stars[_root.human];
  6.    _parent.play();
  7. }
  8.